-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(errorhandling): add common controller returning all errormessages #494
feat(errorhandling): add common controller returning all errormessages #494
Conversation
b083c02
to
4a17015
Compare
bff0c14
to
3d8031e
Compare
419e411
to
12b614c
Compare
src/notifications/Notifications.Service/Properties/launchSettings.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing I just noticed, since we said we want to update all packages you might revert the changes of the existing Directory.Build.props and execute the update_framework_versions.sh script
12b614c
to
9e39fdc
Compare
Quality Gate passedIssues Measures |
done |
Refs: eclipse-tractusx/portal-backend#494 Reviewed-By: Evelyn Gurschler <[email protected]>
Description
a new endpoint which returns all error-types, error-codes and error-messages that a service makes use of has been added.
The implementation of this endpoint is common for all services. It retrieves the data dynamically from the services IErrorMessageService-implementation.
corresponding CD-Repository PR: eclipse-tractusx/portal#176
Why
Currently no reliable documentation of error-types, error-codes and messages the services really make use of exists.
Issue
N/A
Checklist
Please delete options that are not relevant.